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.9202,-77.8219)};var g_c4a8e1d721567388a284610731e081a3 = new google.maps.Geocoder();g_c4a8e1d721567388a284610731e081a3.geocode( { 'address': "208 N Jackson St, Beulaville, NC 28518"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beulaville-NC-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('beulaville-NC-first-citizens-bank'), mapOptions);}document.getElementById('ede60ebc').innerHTML += ' | View Map';var $lc4a8e1d721567388a284610731e081a3 = '

First Citizens Bank

Address: 208 N Jackson St, Beulaville, NC 28518
Phone: (910) 298-4123
';var m_c4a8e1d721567388a284610731e081a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_c4a8e1d721567388a284610731e081a3['infowindow'] = new google.maps.InfoWindow({content: $lc4a8e1d721567388a284610731e081a3});var infowindow = new google.maps.InfoWindow({content: $lc4a8e1d721567388a284610731e081a3});google.maps.event.addListener(m_c4a8e1d721567388a284610731e081a3, 'click', function() {infowindow.open(map,m_c4a8e1d721567388a284610731e081a3);});$marker.push(m_c4a8e1d721567388a284610731e081a3);}});}google.maps.event.addDomListener(window, 'load', initialize);