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.7255,-76.7584)};var g_186af6271b295123654ddf7dff8a9ff0 = new google.maps.Geocoder();g_186af6271b295123654ddf7dff8a9ff0.geocode( { 'address': "4913 Arendell St, Morehead City, NC 28557"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morehead-city-NC-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('morehead-city-NC-bank-of-america'), mapOptions);}document.getElementById('7c5a0d9c').innerHTML += ' | View Map';var $l186af6271b295123654ddf7dff8a9ff0 = '

Bank of America

Address: 4913 Arendell St, Morehead City, NC 28557
Phone: (252) 808-0080
';var m_186af6271b295123654ddf7dff8a9ff0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_186af6271b295123654ddf7dff8a9ff0['infowindow'] = new google.maps.InfoWindow({content: $l186af6271b295123654ddf7dff8a9ff0});var infowindow = new google.maps.InfoWindow({content: $l186af6271b295123654ddf7dff8a9ff0});google.maps.event.addListener(m_186af6271b295123654ddf7dff8a9ff0, 'click', function() {infowindow.open(map,m_186af6271b295123654ddf7dff8a9ff0);});$marker.push(m_186af6271b295123654ddf7dff8a9ff0);}});}google.maps.event.addDomListener(window, 'load', initialize);