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.5035,-77.5757)};var g_8309ea7711b015f2b77aabc69bdcd99c = new google.maps.Geocoder();g_8309ea7711b015f2b77aabc69bdcd99c.geocode( { 'address': "9774 Midlothian Turnpike, Richmond, VA 23235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-bank-of-america-mortgage'), mapOptions);}document.getElementById('c4c27002').innerHTML += ' | View Map';var $l8309ea7711b015f2b77aabc69bdcd99c = '

Bank of America Mortgage

Address: 9774 Midlothian Turnpike, Richmond, VA 23235, USA
Phone: (804) 320-0029
';var m_8309ea7711b015f2b77aabc69bdcd99c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_8309ea7711b015f2b77aabc69bdcd99c['infowindow'] = new google.maps.InfoWindow({content: $l8309ea7711b015f2b77aabc69bdcd99c});var infowindow = new google.maps.InfoWindow({content: $l8309ea7711b015f2b77aabc69bdcd99c});google.maps.event.addListener(m_8309ea7711b015f2b77aabc69bdcd99c, 'click', function() {infowindow.open(map,m_8309ea7711b015f2b77aabc69bdcd99c);});$marker.push(m_8309ea7711b015f2b77aabc69bdcd99c);}});}google.maps.event.addDomListener(window, 'load', initialize);