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.0703,-74.8415)};var g_938bdab79dcec59d0d8ee78cec55f470 = new google.maps.Geocoder();g_938bdab79dcec59d0d8ee78cec55f470.geocode( { 'address': "1817 Mt Holly Rd, Burlington, NJ 08016"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('burlington-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('e09058f1').innerHTML += ' | View Map';var $l938bdab79dcec59d0d8ee78cec55f470 = '

Wells Fargo Bank

Address: 1817 Mt Holly Rd, Burlington, NJ 08016
Phone: (609) 387-6670
';var m_938bdab79dcec59d0d8ee78cec55f470 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_938bdab79dcec59d0d8ee78cec55f470['infowindow'] = new google.maps.InfoWindow({content: $l938bdab79dcec59d0d8ee78cec55f470});var infowindow = new google.maps.InfoWindow({content: $l938bdab79dcec59d0d8ee78cec55f470});google.maps.event.addListener(m_938bdab79dcec59d0d8ee78cec55f470, 'click', function() {infowindow.open(map,m_938bdab79dcec59d0d8ee78cec55f470);});$marker.push(m_938bdab79dcec59d0d8ee78cec55f470);}});}google.maps.event.addDomListener(window, 'load', initialize);