$(function(){(function(c){c.fn.googleMap=function(a){a=c.extend({address:false,LatLng:[0,0],zoom:8,icon:false,mapTypeId:google.maps.MapTypeId.ROADMAP},a);return this.each(function(){var f=c(this)[0],b,g=new google.maps.LatLng(a.LatLng[0],a.LatLng[1]);b=new google.maps.Map(f,{zoom:a.zoom,center:g,mapTypeId:a.mapTypeId});a.address&&(new google.maps.Geocoder).geocode({address:a.address},function(d,e){if(e==google.maps.GeocoderStatus.OK)if(e!=google.maps.GeocoderStatus.ZERO_RESULTS){b.setCenter(d[0].geometry.location); a.icon?new google.maps.Marker({map:b,position:d[0].geometry.location,icon:a.icon}):new google.maps.Marker({map:b,position:d[0].geometry.location})}else alert("No results found");else alert("Geocode was not successful for the following reason: "+e)})})}})(jQuery)});
