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.5593,-80.2039)};var g_9a8565d27fe7c2bbdde0a6100337191c = new google.maps.Geocoder();g_9a8565d27fe7c2bbdde0a6100337191c.geocode( { 'address': "100 Village Dr, Leetsdale, PA 15056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leetsdale-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('leetsdale-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('b3825bdd').innerHTML += ' | View Map';var $l9a8565d27fe7c2bbdde0a6100337191c = '

Citizens Bank Supermarket Branch

Address: 100 Village Dr, Leetsdale, PA 15056, USA
Phone: (412) 741-1460
';var m_9a8565d27fe7c2bbdde0a6100337191c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_9a8565d27fe7c2bbdde0a6100337191c['infowindow'] = new google.maps.InfoWindow({content: $l9a8565d27fe7c2bbdde0a6100337191c});var infowindow = new google.maps.InfoWindow({content: $l9a8565d27fe7c2bbdde0a6100337191c});google.maps.event.addListener(m_9a8565d27fe7c2bbdde0a6100337191c, 'click', function() {infowindow.open(map,m_9a8565d27fe7c2bbdde0a6100337191c);});$marker.push(m_9a8565d27fe7c2bbdde0a6100337191c);}});}google.maps.event.addDomListener(window, 'load', initialize);