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.0398,-75.4771)};var g_b78c82722aeaf098d61ab4e18cf8fa2a = new google.maps.Geocoder();g_b78c82722aeaf098d61ab4e18cf8fa2a.geocode( { 'address': "39 Leopard Rd, Paoli, PA 19301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paoli-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('paoli-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('725e51f9').innerHTML += ' | View Map';var $lb78c82722aeaf098d61ab4e18cf8fa2a = '

Citizens Bank Supermarket Branch

Address: 39 Leopard Rd, Paoli, PA 19301, USA
Phone: (610) 296-1630
';var m_b78c82722aeaf098d61ab4e18cf8fa2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_b78c82722aeaf098d61ab4e18cf8fa2a['infowindow'] = new google.maps.InfoWindow({content: $lb78c82722aeaf098d61ab4e18cf8fa2a});var infowindow = new google.maps.InfoWindow({content: $lb78c82722aeaf098d61ab4e18cf8fa2a});google.maps.event.addListener(m_b78c82722aeaf098d61ab4e18cf8fa2a, 'click', function() {infowindow.open(map,m_b78c82722aeaf098d61ab4e18cf8fa2a);});$marker.push(m_b78c82722aeaf098d61ab4e18cf8fa2a);}});}google.maps.event.addDomListener(window, 'load', initialize);