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.5813,-78.1121)};var g_583d583ad9ec121c22a60f564d105148 = new google.maps.Geocoder();g_583d583ad9ec121c22a60f564d105148.geocode( { 'address': "3134 Highway Nine O Three, Bracey, VA 23919"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bracey-VA-first-citizens').style.display = '';map = new google.maps.Map(document.getElementById('bracey-VA-first-citizens'), mapOptions);}document.getElementById('84c0b320').innerHTML += ' | View Map';var $l583d583ad9ec121c22a60f564d105148 = '

First Citizens

Address: 3134 Highway Nine O Three, Bracey, VA 23919
Phone: (434) 689-2567
';var m_583d583ad9ec121c22a60f564d105148 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens',});m_583d583ad9ec121c22a60f564d105148['infowindow'] = new google.maps.InfoWindow({content: $l583d583ad9ec121c22a60f564d105148});var infowindow = new google.maps.InfoWindow({content: $l583d583ad9ec121c22a60f564d105148});google.maps.event.addListener(m_583d583ad9ec121c22a60f564d105148, 'click', function() {infowindow.open(map,m_583d583ad9ec121c22a60f564d105148);});$marker.push(m_583d583ad9ec121c22a60f564d105148);}});}google.maps.event.addDomListener(window, 'load', initialize);