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(37.4343,-77.611)};var g_d037390a2865799aace07cebee0da257 = new google.maps.Geocoder();g_d037390a2865799aace07cebee0da257.geocode( { 'address': "11730 Hull Street Rd, Midlothian, VA 23112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-VA-cordia-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-VA-cordia-bancorp-inc'), mapOptions);}document.getElementById('69770b32').innerHTML += ' | View Map';var $ld037390a2865799aace07cebee0da257 = '

Cordia Bancorp Inc

Address: 11730 Hull Street Rd, Midlothian, VA 23112, USA
Phone: (804) 744-7576
';var m_d037390a2865799aace07cebee0da257 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cordia Bancorp Inc',});m_d037390a2865799aace07cebee0da257['infowindow'] = new google.maps.InfoWindow({content: $ld037390a2865799aace07cebee0da257});var infowindow = new google.maps.InfoWindow({content: $ld037390a2865799aace07cebee0da257});google.maps.event.addListener(m_d037390a2865799aace07cebee0da257, 'click', function() {infowindow.open(map,m_d037390a2865799aace07cebee0da257);});$marker.push(m_d037390a2865799aace07cebee0da257);}});}google.maps.event.addDomListener(window, 'load', initialize);