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(35.0972,-77.029)};var g_caa0bd048dd3104968cbe5082662af42 = new google.maps.Geocoder();g_caa0bd048dd3104968cbe5082662af42.geocode( { 'address': "3131 Dr M L King Jr Blvd, New Bern, NC 28562"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-bern-NC-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('new-bern-NC-bank-of-america'), mapOptions);}document.getElementById('7bcbd27c').innerHTML += ' | View Map';var $lcaa0bd048dd3104968cbe5082662af42 = '

Bank of America

Address: 3131 Dr M L King Jr Blvd, New Bern, NC 28562
Phone: (252) 638-7750
';var m_caa0bd048dd3104968cbe5082662af42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_caa0bd048dd3104968cbe5082662af42['infowindow'] = new google.maps.InfoWindow({content: $lcaa0bd048dd3104968cbe5082662af42});var infowindow = new google.maps.InfoWindow({content: $lcaa0bd048dd3104968cbe5082662af42});google.maps.event.addListener(m_caa0bd048dd3104968cbe5082662af42, 'click', function() {infowindow.open(map,m_caa0bd048dd3104968cbe5082662af42);});$marker.push(m_caa0bd048dd3104968cbe5082662af42);}});}google.maps.event.addDomListener(window, 'load', initialize);