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.112,-76.5121)};var g_09d837114902727f37b4fb72ec122128 = new google.maps.Geocoder();g_09d837114902727f37b4fb72ec122128.geocode( { 'address': "321 W Main St, Mount Joy, PA 17552, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-joy-PA-definitive-insurance-solutions-llc').style.display = '';map = new google.maps.Map(document.getElementById('mount-joy-PA-definitive-insurance-solutions-llc'), mapOptions);}document.getElementById('754b3a5a').innerHTML += ' | View Map';var $l09d837114902727f37b4fb72ec122128 = '

Definitive Insurance Solutions, LLC

Address: 321 W Main St, Mount Joy, PA 17552, USA
Phone: (717) 537-1104
';var m_09d837114902727f37b4fb72ec122128 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Definitive Insurance Solutions, LLC',});m_09d837114902727f37b4fb72ec122128['infowindow'] = new google.maps.InfoWindow({content: $l09d837114902727f37b4fb72ec122128});var infowindow = new google.maps.InfoWindow({content: $l09d837114902727f37b4fb72ec122128});google.maps.event.addListener(m_09d837114902727f37b4fb72ec122128, 'click', function() {infowindow.open(map,m_09d837114902727f37b4fb72ec122128);});$marker.push(m_09d837114902727f37b4fb72ec122128);}});}google.maps.event.addDomListener(window, 'load', initialize);