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.5414,-78.2846)};var g_9ce08f4789d775aaeeac87805dd89284 = new google.maps.Geocoder();g_9ce08f4789d775aaeeac87805dd89284.geocode( { 'address': "114 N Raiford St, Selma, NC 27576"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-NC-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('selma-NC-first-citizens-bank'), mapOptions);}document.getElementById('d3b61650').innerHTML += ' | View Map';var $l9ce08f4789d775aaeeac87805dd89284 = '

First Citizens Bank

Address: 114 N Raiford St, Selma, NC 27576
Phone: (919) 965-8141
';var m_9ce08f4789d775aaeeac87805dd89284 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_9ce08f4789d775aaeeac87805dd89284['infowindow'] = new google.maps.InfoWindow({content: $l9ce08f4789d775aaeeac87805dd89284});var infowindow = new google.maps.InfoWindow({content: $l9ce08f4789d775aaeeac87805dd89284});google.maps.event.addListener(m_9ce08f4789d775aaeeac87805dd89284, 'click', function() {infowindow.open(map,m_9ce08f4789d775aaeeac87805dd89284);});$marker.push(m_9ce08f4789d775aaeeac87805dd89284);}});}google.maps.event.addDomListener(window, 'load', initialize);