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.3165,-75.9993)};var g_cc183e7897605a9269874b27a5db6e5b = new google.maps.Geocoder();g_cc183e7897605a9269874b27a5db6e5b.geocode( { 'address': "2643 Shillington Rd, Sinking Spring, PA 19608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sinking-spring-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('sinking-spring-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('8bc066ca').innerHTML += ' | View Map';var $lcc183e7897605a9269874b27a5db6e5b = '

Citizens Bank Supermarket Branch

Address: 2643 Shillington Rd, Sinking Spring, PA 19608, USA
Phone: (610) 670-6604
';var m_cc183e7897605a9269874b27a5db6e5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_cc183e7897605a9269874b27a5db6e5b['infowindow'] = new google.maps.InfoWindow({content: $lcc183e7897605a9269874b27a5db6e5b});var infowindow = new google.maps.InfoWindow({content: $lcc183e7897605a9269874b27a5db6e5b});google.maps.event.addListener(m_cc183e7897605a9269874b27a5db6e5b, 'click', function() {infowindow.open(map,m_cc183e7897605a9269874b27a5db6e5b);});$marker.push(m_cc183e7897605a9269874b27a5db6e5b);}});}google.maps.event.addDomListener(window, 'load', initialize);