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.1029,-77.0962)};var g_69e0b6180df17f580b04a61e160a728f = new google.maps.Geocoder();g_69e0b6180df17f580b04a61e160a728f.geocode( { 'address': "531 McCarthy Blvd, New Bern, NC 28562, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-bern-NC-little-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-bern-NC-little-bank'), mapOptions);}document.getElementById('b01fee0d').innerHTML += ' | View Map';var $l69e0b6180df17f580b04a61e160a728f = '

Little Bank

Address: 531 McCarthy Blvd, New Bern, NC 28562, USA
Phone: (252) 633-3585
';var m_69e0b6180df17f580b04a61e160a728f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Little Bank',});m_69e0b6180df17f580b04a61e160a728f['infowindow'] = new google.maps.InfoWindow({content: $l69e0b6180df17f580b04a61e160a728f});var infowindow = new google.maps.InfoWindow({content: $l69e0b6180df17f580b04a61e160a728f});google.maps.event.addListener(m_69e0b6180df17f580b04a61e160a728f, 'click', function() {infowindow.open(map,m_69e0b6180df17f580b04a61e160a728f);});$marker.push(m_69e0b6180df17f580b04a61e160a728f);}});}google.maps.event.addDomListener(window, 'load', initialize);