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.7172,-75.1167)};var g_58df13ca1891abb2630d53dd35b8d16a = new google.maps.Geocoder();g_58df13ca1891abb2630d53dd35b8d16a.geocode( { 'address': "733 N Main St, Glassboro, NJ 08028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glassboro-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('glassboro-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('7009bd8e').innerHTML += ' | View Map';var $l58df13ca1891abb2630d53dd35b8d16a = '

Wells Fargo Bank

Address: 733 N Main St, Glassboro, NJ 08028, USA
Phone: (856) 881-4989
';var m_58df13ca1891abb2630d53dd35b8d16a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_58df13ca1891abb2630d53dd35b8d16a['infowindow'] = new google.maps.InfoWindow({content: $l58df13ca1891abb2630d53dd35b8d16a});var infowindow = new google.maps.InfoWindow({content: $l58df13ca1891abb2630d53dd35b8d16a});google.maps.event.addListener(m_58df13ca1891abb2630d53dd35b8d16a, 'click', function() {infowindow.open(map,m_58df13ca1891abb2630d53dd35b8d16a);});$marker.push(m_58df13ca1891abb2630d53dd35b8d16a);}});}google.maps.event.addDomListener(window, 'load', initialize);