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.6138,-79.1887)};var g_d23fa7359db9f32935fa0a1cc8c59a07 = new google.maps.Geocoder();g_d23fa7359db9f32935fa0a1cc8c59a07.geocode( { 'address': "475 Ben Franklin Rd S, Indiana, PA 15701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indiana-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('indiana-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('94b9a4a0').innerHTML += ' | View Map';var $ld23fa7359db9f32935fa0a1cc8c59a07 = '

Citizens Bank Supermarket Branch

Address: 475 Ben Franklin Rd S, Indiana, PA 15701, USA
Phone: (724) 464-5250
';var m_d23fa7359db9f32935fa0a1cc8c59a07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_d23fa7359db9f32935fa0a1cc8c59a07['infowindow'] = new google.maps.InfoWindow({content: $ld23fa7359db9f32935fa0a1cc8c59a07});var infowindow = new google.maps.InfoWindow({content: $ld23fa7359db9f32935fa0a1cc8c59a07});google.maps.event.addListener(m_d23fa7359db9f32935fa0a1cc8c59a07, 'click', function() {infowindow.open(map,m_d23fa7359db9f32935fa0a1cc8c59a07);});$marker.push(m_d23fa7359db9f32935fa0a1cc8c59a07);}});}google.maps.event.addDomListener(window, 'load', initialize);