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.5779,-77.5127)};var g_4099a11773a484e83f9abf973071a868 = new google.maps.Geocoder();g_4099a11773a484e83f9abf973071a868.geocode( { 'address': "5609 Patterson Ave # B, Richmond, VA 23226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-mak-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-mak-financial-group-inc'), mapOptions);}document.getElementById('d876042b').innerHTML += ' | View Map';var $l4099a11773a484e83f9abf973071a868 = '

MAK Financial Group Inc

Address: 5609 Patterson Ave # B, Richmond, VA 23226, USA
Phone: (804) 897-3700
';var m_4099a11773a484e83f9abf973071a868 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MAK Financial Group Inc',});m_4099a11773a484e83f9abf973071a868['infowindow'] = new google.maps.InfoWindow({content: $l4099a11773a484e83f9abf973071a868});var infowindow = new google.maps.InfoWindow({content: $l4099a11773a484e83f9abf973071a868});google.maps.event.addListener(m_4099a11773a484e83f9abf973071a868, 'click', function() {infowindow.open(map,m_4099a11773a484e83f9abf973071a868);});$marker.push(m_4099a11773a484e83f9abf973071a868);}});}google.maps.event.addDomListener(window, 'load', initialize);