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.3397,-77.8994)};var g_d6bd6c6726780502d3d08075e10deda5 = new google.maps.Geocoder();g_d6bd6c6726780502d3d08075e10deda5.geocode( { 'address': "4780 US-70, Goldsboro, NC 27534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goldsboro-NC-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('goldsboro-NC-first-financial-bank'), mapOptions);}document.getElementById('35c409dd').innerHTML += ' | View Map';var $ld6bd6c6726780502d3d08075e10deda5 = '

First Financial Bank

Address: 4780 US-70, Goldsboro, NC 27534, USA
Phone: (919) 778-1434
';var m_d6bd6c6726780502d3d08075e10deda5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_d6bd6c6726780502d3d08075e10deda5['infowindow'] = new google.maps.InfoWindow({content: $ld6bd6c6726780502d3d08075e10deda5});var infowindow = new google.maps.InfoWindow({content: $ld6bd6c6726780502d3d08075e10deda5});google.maps.event.addListener(m_d6bd6c6726780502d3d08075e10deda5, 'click', function() {infowindow.open(map,m_d6bd6c6726780502d3d08075e10deda5);});$marker.push(m_d6bd6c6726780502d3d08075e10deda5);}});}google.maps.event.addDomListener(window, 'load', initialize);