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.0326,-76.502)};var g_00ad5d6de3c1e7fae2321254da349b79 = new google.maps.Geocoder();g_00ad5d6de3c1e7fae2321254da349b79.geocode( { 'address': "345 Locust St, Columbia, PA 17512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-PA-wells-fargo-bank'), mapOptions);}document.getElementById('a10d1048').innerHTML += ' | View Map';var $l00ad5d6de3c1e7fae2321254da349b79 = '

Wells Fargo Bank

Address: 345 Locust St, Columbia, PA 17512, USA
Phone: (717) 291-3596
';var m_00ad5d6de3c1e7fae2321254da349b79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_00ad5d6de3c1e7fae2321254da349b79['infowindow'] = new google.maps.InfoWindow({content: $l00ad5d6de3c1e7fae2321254da349b79});var infowindow = new google.maps.InfoWindow({content: $l00ad5d6de3c1e7fae2321254da349b79});google.maps.event.addListener(m_00ad5d6de3c1e7fae2321254da349b79, 'click', function() {infowindow.open(map,m_00ad5d6de3c1e7fae2321254da349b79);});$marker.push(m_00ad5d6de3c1e7fae2321254da349b79);}});}google.maps.event.addDomListener(window, 'load', initialize);