var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.5147,-74.3953)};var g_882bb6b0b3ec04ab9e720fa2412c767c = new google.maps.Geocoder();g_882bb6b0b3ec04ab9e720fa2412c767c.geocode( { 'address': "1941 Oak Tree Rd, Edison, NJ 08820"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edison-NJ-jodi-schoenlank-state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('edison-NJ-jodi-schoenlank-state-farm-insurance-agent'), mapOptions);}document.getElementById('b0f0a97f').innerHTML += ' | View Map';var $l882bb6b0b3ec04ab9e720fa2412c767c = '

Jodi Schoenlank - State Farm Insurance Agent

Address: 1941 Oak Tree Rd, Edison, NJ 08820
Phone: (732) 548-6040
';var m_882bb6b0b3ec04ab9e720fa2412c767c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jodi Schoenlank - State Farm Insurance Agent',});m_882bb6b0b3ec04ab9e720fa2412c767c['infowindow'] = new google.maps.InfoWindow({content: $l882bb6b0b3ec04ab9e720fa2412c767c});var infowindow = new google.maps.InfoWindow({content: $l882bb6b0b3ec04ab9e720fa2412c767c});google.maps.event.addListener(m_882bb6b0b3ec04ab9e720fa2412c767c, 'click', function() {infowindow.open(map,m_882bb6b0b3ec04ab9e720fa2412c767c);});$marker.push(m_882bb6b0b3ec04ab9e720fa2412c767c);}});}google.maps.event.addDomListener(window, 'load', initialize);