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.2651,-75.6549)};var g_a04faf05ad497f07cb41b44550c06be0 = new google.maps.Geocoder();g_a04faf05ad497f07cb41b44550c06be0.geocode( { 'address': "180 Upland Square Dr, Stowe, PA 19464, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stowe-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('stowe-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('507b3ee3').innerHTML += ' | View Map';var $la04faf05ad497f07cb41b44550c06be0 = '

Citizens Bank Supermarket Branch

Address: 180 Upland Square Dr, Stowe, PA 19464, USA
Phone: (610) 327-5851
';var m_a04faf05ad497f07cb41b44550c06be0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_a04faf05ad497f07cb41b44550c06be0['infowindow'] = new google.maps.InfoWindow({content: $la04faf05ad497f07cb41b44550c06be0});var infowindow = new google.maps.InfoWindow({content: $la04faf05ad497f07cb41b44550c06be0});google.maps.event.addListener(m_a04faf05ad497f07cb41b44550c06be0, 'click', function() {infowindow.open(map,m_a04faf05ad497f07cb41b44550c06be0);});$marker.push(m_a04faf05ad497f07cb41b44550c06be0);}});}google.maps.event.addDomListener(window, 'load', initialize);