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.4337,-77.6479)};var g_622820a0b4beffd7a201ce2b26f58fa4 = new google.maps.Geocoder();g_622820a0b4beffd7a201ce2b26f58fa4.geocode( { 'address': "13101 Midlothian Tpke, Midlothian, VA 23113"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-VA-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-VA-first-citizens-bank'), mapOptions);}document.getElementById('79ae428a').innerHTML += ' | View Map';var $l622820a0b4beffd7a201ce2b26f58fa4 = '

First Citizens Bank

Address: 13101 Midlothian Tpke, Midlothian, VA 23113
Phone: (804) 378-4041
';var m_622820a0b4beffd7a201ce2b26f58fa4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_622820a0b4beffd7a201ce2b26f58fa4['infowindow'] = new google.maps.InfoWindow({content: $l622820a0b4beffd7a201ce2b26f58fa4});var infowindow = new google.maps.InfoWindow({content: $l622820a0b4beffd7a201ce2b26f58fa4});google.maps.event.addListener(m_622820a0b4beffd7a201ce2b26f58fa4, 'click', function() {infowindow.open(map,m_622820a0b4beffd7a201ce2b26f58fa4);});$marker.push(m_622820a0b4beffd7a201ce2b26f58fa4);}});}google.maps.event.addDomListener(window, 'load', initialize);