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(40.1485,-82.995)};var g_7bd15a6d58dc74207f89ce919ff52782 = new google.maps.Geocoder();g_7bd15a6d58dc74207f89ce919ff52782.geocode( { 'address': "9101 Antares Ave, Columbus, OH 43240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-randy-durham-nmls-825944').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-randy-durham-nmls-825944'), mapOptions);}document.getElementById('3e4ba889').innerHTML += ' | View Map';var $l7bd15a6d58dc74207f89ce919ff52782 = '

Randy Durham, NMLS #825944

Address: 9101 Antares Ave, Columbus, OH 43240, USA
Phone: (614) 468-5693
';var m_7bd15a6d58dc74207f89ce919ff52782 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Randy Durham, NMLS #825944',});m_7bd15a6d58dc74207f89ce919ff52782['infowindow'] = new google.maps.InfoWindow({content: $l7bd15a6d58dc74207f89ce919ff52782});var infowindow = new google.maps.InfoWindow({content: $l7bd15a6d58dc74207f89ce919ff52782});google.maps.event.addListener(m_7bd15a6d58dc74207f89ce919ff52782, 'click', function() {infowindow.open(map,m_7bd15a6d58dc74207f89ce919ff52782);});$marker.push(m_7bd15a6d58dc74207f89ce919ff52782);}});}google.maps.event.addDomListener(window, 'load', initialize);