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.3742,-77.9572)};var g_62d3acf0e33805d5309154e95195fea1 = new google.maps.Geocoder();g_62d3acf0e33805d5309154e95195fea1.geocode( { 'address': "2406 E Ash St, Goldsboro, NC 27533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goldsboro-NC-little-bank').style.display = '';map = new google.maps.Map(document.getElementById('goldsboro-NC-little-bank'), mapOptions);}document.getElementById('044c24d3').innerHTML += ' | View Map';var $l62d3acf0e33805d5309154e95195fea1 = '

Little Bank

Address: 2406 E Ash St, Goldsboro, NC 27533, USA
Phone: (919) 583-8989
';var m_62d3acf0e33805d5309154e95195fea1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Little Bank',});m_62d3acf0e33805d5309154e95195fea1['infowindow'] = new google.maps.InfoWindow({content: $l62d3acf0e33805d5309154e95195fea1});var infowindow = new google.maps.InfoWindow({content: $l62d3acf0e33805d5309154e95195fea1});google.maps.event.addListener(m_62d3acf0e33805d5309154e95195fea1, 'click', function() {infowindow.open(map,m_62d3acf0e33805d5309154e95195fea1);});$marker.push(m_62d3acf0e33805d5309154e95195fea1);}});}google.maps.event.addDomListener(window, 'load', initialize);