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(34.2305,-77.8778)};var g_363316592c0f32afc1b32dac6f80140c = new google.maps.Geocoder();g_363316592c0f32afc1b32dac6f80140c.geocode( { 'address': "502 S College Rd, Wilmington, NC 28403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-NC-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-NC-bank-of-america-financial-center'), mapOptions);}document.getElementById('e9603112').innerHTML += ' | View Map';var $l363316592c0f32afc1b32dac6f80140c = '

Bank of America Financial Center

Address: 502 S College Rd, Wilmington, NC 28403, USA
Phone: (910) 251-5311
';var m_363316592c0f32afc1b32dac6f80140c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_363316592c0f32afc1b32dac6f80140c['infowindow'] = new google.maps.InfoWindow({content: $l363316592c0f32afc1b32dac6f80140c});var infowindow = new google.maps.InfoWindow({content: $l363316592c0f32afc1b32dac6f80140c});google.maps.event.addListener(m_363316592c0f32afc1b32dac6f80140c, 'click', function() {infowindow.open(map,m_363316592c0f32afc1b32dac6f80140c);});$marker.push(m_363316592c0f32afc1b32dac6f80140c);}});}google.maps.event.addDomListener(window, 'load', initialize);