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(39.8459,-75.0712)};var g_f393c27460671708d49ae1746bdc295e = new google.maps.Geocoder();g_f393c27460671708d49ae1746bdc295e.geocode( { 'address': "228 S Black Horse Pike, Runnemede, NJ 08078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('runnemede-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('runnemede-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('748d882b').innerHTML += ' | View Map';var $lf393c27460671708d49ae1746bdc295e = '

Wells Fargo Bank

Address: 228 S Black Horse Pike, Runnemede, NJ 08078, USA
Phone: (856) 939-3045
';var m_f393c27460671708d49ae1746bdc295e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_f393c27460671708d49ae1746bdc295e['infowindow'] = new google.maps.InfoWindow({content: $lf393c27460671708d49ae1746bdc295e});var infowindow = new google.maps.InfoWindow({content: $lf393c27460671708d49ae1746bdc295e});google.maps.event.addListener(m_f393c27460671708d49ae1746bdc295e, 'click', function() {infowindow.open(map,m_f393c27460671708d49ae1746bdc295e);});$marker.push(m_f393c27460671708d49ae1746bdc295e);}});}google.maps.event.addDomListener(window, 'load', initialize);