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.4159,-75.0398)};var g_a6fdba26613367039c7284faa07f5dee = new google.maps.Geocoder();g_a6fdba26613367039c7284faa07f5dee.geocode( { 'address': "1709 N High St, Millville, NJ 08332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millville-NJ-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('millville-NJ-bank-of-america-financial-center'), mapOptions);}document.getElementById('e4623310').innerHTML += ' | View Map';var $la6fdba26613367039c7284faa07f5dee = '

Bank of America Financial Center

Address: 1709 N High St, Millville, NJ 08332, USA
Phone: (856) 825-1088
';var m_a6fdba26613367039c7284faa07f5dee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_a6fdba26613367039c7284faa07f5dee['infowindow'] = new google.maps.InfoWindow({content: $la6fdba26613367039c7284faa07f5dee});var infowindow = new google.maps.InfoWindow({content: $la6fdba26613367039c7284faa07f5dee});google.maps.event.addListener(m_a6fdba26613367039c7284faa07f5dee, 'click', function() {infowindow.open(map,m_a6fdba26613367039c7284faa07f5dee);});$marker.push(m_a6fdba26613367039c7284faa07f5dee);}});}google.maps.event.addDomListener(window, 'load', initialize);