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(36.5176,-76.171)};var g_e859a2f99ccb15842278d819ca231bb3 = new google.maps.Geocoder();g_e859a2f99ccb15842278d819ca231bb3.geocode( { 'address': "100 Moyock Commons Dr, Moyock, NC 27958, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moyock-NC-gateway-bank').style.display = '';map = new google.maps.Map(document.getElementById('moyock-NC-gateway-bank'), mapOptions);}document.getElementById('8079dd3c').innerHTML += ' | View Map';var $le859a2f99ccb15842278d819ca231bb3 = '

Gateway Bank

Address: 100 Moyock Commons Dr, Moyock, NC 27958, USA
Phone: (252) 435-6114
';var m_e859a2f99ccb15842278d819ca231bb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Bank',});m_e859a2f99ccb15842278d819ca231bb3['infowindow'] = new google.maps.InfoWindow({content: $le859a2f99ccb15842278d819ca231bb3});var infowindow = new google.maps.InfoWindow({content: $le859a2f99ccb15842278d819ca231bb3});google.maps.event.addListener(m_e859a2f99ccb15842278d819ca231bb3, 'click', function() {infowindow.open(map,m_e859a2f99ccb15842278d819ca231bb3);});$marker.push(m_e859a2f99ccb15842278d819ca231bb3);}});}google.maps.event.addDomListener(window, 'load', initialize);