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.6378,-79.7207)};var g_214bc130e51fa61528867b4916f4c0f2 = new google.maps.Geocoder();g_214bc130e51fa61528867b4916f4c0f2.geocode( { 'address': "3148 Primrose Ln, Natrona Heights, PA 15065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natrona-heights-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('natrona-heights-PA-wells-fargo-bank'), mapOptions);}document.getElementById('f4083677').innerHTML += ' | View Map';var $l214bc130e51fa61528867b4916f4c0f2 = '

Wells Fargo Bank

Address: 3148 Primrose Ln, Natrona Heights, PA 15065
Phone: (724) 226-2630
';var m_214bc130e51fa61528867b4916f4c0f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_214bc130e51fa61528867b4916f4c0f2['infowindow'] = new google.maps.InfoWindow({content: $l214bc130e51fa61528867b4916f4c0f2});var infowindow = new google.maps.InfoWindow({content: $l214bc130e51fa61528867b4916f4c0f2});google.maps.event.addListener(m_214bc130e51fa61528867b4916f4c0f2, 'click', function() {infowindow.open(map,m_214bc130e51fa61528867b4916f4c0f2);});$marker.push(m_214bc130e51fa61528867b4916f4c0f2);}});}google.maps.event.addDomListener(window, 'load', initialize);