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.4707,-79.9543)};var g_346c8eab253450c0b3f19020048c427b = new google.maps.Geocoder();g_346c8eab253450c0b3f19020048c427b.geocode( { 'address': "489 Castle Shannon Blvd, Pittsburgh, PA 15234"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-dollar-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-dollar-bank-atm'), mapOptions);}document.getElementById('6bd29137').innerHTML += ' | View Map';var $l346c8eab253450c0b3f19020048c427b = '

Dollar Bank ATM

Address: 489 Castle Shannon Blvd, Pittsburgh, PA 15234
Phone: (412) 422-6426
';var m_346c8eab253450c0b3f19020048c427b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dollar Bank ATM',});m_346c8eab253450c0b3f19020048c427b['infowindow'] = new google.maps.InfoWindow({content: $l346c8eab253450c0b3f19020048c427b});var infowindow = new google.maps.InfoWindow({content: $l346c8eab253450c0b3f19020048c427b});google.maps.event.addListener(m_346c8eab253450c0b3f19020048c427b, 'click', function() {infowindow.open(map,m_346c8eab253450c0b3f19020048c427b);});$marker.push(m_346c8eab253450c0b3f19020048c427b);}});}google.maps.event.addDomListener(window, 'load', initialize);