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(39.4857,-75.0206)};var g_2bb5f2f1a6b188d0717a4bc4bdee95f4 = new google.maps.Geocoder();g_2bb5f2f1a6b188d0717a4bc4bdee95f4.geocode( { 'address': "709 E Landis Ave, Vineland, NJ 08360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vineland-NJ-sloan-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('vineland-NJ-sloan-insurance-agency'), mapOptions);}document.getElementById('54904cea').innerHTML += ' | View Map';var $l2bb5f2f1a6b188d0717a4bc4bdee95f4 = '

Sloan Insurance Agency

Address: 709 E Landis Ave, Vineland, NJ 08360, USA
Phone: (856) 362-5928
';var m_2bb5f2f1a6b188d0717a4bc4bdee95f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sloan Insurance Agency',});m_2bb5f2f1a6b188d0717a4bc4bdee95f4['infowindow'] = new google.maps.InfoWindow({content: $l2bb5f2f1a6b188d0717a4bc4bdee95f4});var infowindow = new google.maps.InfoWindow({content: $l2bb5f2f1a6b188d0717a4bc4bdee95f4});google.maps.event.addListener(m_2bb5f2f1a6b188d0717a4bc4bdee95f4, 'click', function() {infowindow.open(map,m_2bb5f2f1a6b188d0717a4bc4bdee95f4);});$marker.push(m_2bb5f2f1a6b188d0717a4bc4bdee95f4);}});}google.maps.event.addDomListener(window, 'load', initialize);