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(39.9683,-82.9979)};var g_e63e6f9233f12c27164f1109f78ccaff = new google.maps.Geocoder();g_e63e6f9233f12c27164f1109f78ccaff.geocode( { 'address': "130 E Chestnut St # 200, Columbus, OH 43215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-recasa-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-recasa-financial-group'), mapOptions);}document.getElementById('b1a6e700').innerHTML += ' | View Map';var $le63e6f9233f12c27164f1109f78ccaff = '

Recasa Financial Group

Address: 130 E Chestnut St # 200, Columbus, OH 43215, USA
Phone: (614) 221-6770
';var m_e63e6f9233f12c27164f1109f78ccaff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Recasa Financial Group',});m_e63e6f9233f12c27164f1109f78ccaff['infowindow'] = new google.maps.InfoWindow({content: $le63e6f9233f12c27164f1109f78ccaff});var infowindow = new google.maps.InfoWindow({content: $le63e6f9233f12c27164f1109f78ccaff});google.maps.event.addListener(m_e63e6f9233f12c27164f1109f78ccaff, 'click', function() {infowindow.open(map,m_e63e6f9233f12c27164f1109f78ccaff);});$marker.push(m_e63e6f9233f12c27164f1109f78ccaff);}});}google.maps.event.addDomListener(window, 'load', initialize);