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(38.4573,-75.5561)};var g_cd6e169e506f376321eac6cf44b14879 = new google.maps.Geocoder();g_cd6e169e506f376321eac6cf44b14879.geocode( { 'address': "38613 Benro Dr Unit 3, Delmar, DE 19940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delmar-DE-eric-james---state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('delmar-DE-eric-james---state-farm-insurance-agent'), mapOptions);}document.getElementById('e578f97c').innerHTML += ' | View Map';var $lcd6e169e506f376321eac6cf44b14879 = '

Eric James - State Farm Insurance Agent

Address: 38613 Benro Dr Unit 3, Delmar, DE 19940, USA
Phone: (302) 907-0192
';var m_cd6e169e506f376321eac6cf44b14879 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eric James - State Farm Insurance Agent',});m_cd6e169e506f376321eac6cf44b14879['infowindow'] = new google.maps.InfoWindow({content: $lcd6e169e506f376321eac6cf44b14879});var infowindow = new google.maps.InfoWindow({content: $lcd6e169e506f376321eac6cf44b14879});google.maps.event.addListener(m_cd6e169e506f376321eac6cf44b14879, 'click', function() {infowindow.open(map,m_cd6e169e506f376321eac6cf44b14879);});$marker.push(m_cd6e169e506f376321eac6cf44b14879);}});}google.maps.event.addDomListener(window, 'load', initialize);