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(29.0621,-81.3054)};var g_635882bdffec1cb86abfcb60fd0755d1 = new google.maps.Geocoder();g_635882bdffec1cb86abfcb60fd0755d1.geocode( { 'address': "1702 N Woodland Blvd #116, DeLand, FL 32720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deland-FL-clingan-capital-funding').style.display = '';map = new google.maps.Map(document.getElementById('deland-FL-clingan-capital-funding'), mapOptions);}document.getElementById('88db073a').innerHTML += ' | View Map';var $l635882bdffec1cb86abfcb60fd0755d1 = '

Clingan Capital Funding

Address: 1702 N Woodland Blvd #116, DeLand, FL 32720, USA
Phone: (855) 638-9606
';var m_635882bdffec1cb86abfcb60fd0755d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clingan Capital Funding',});m_635882bdffec1cb86abfcb60fd0755d1['infowindow'] = new google.maps.InfoWindow({content: $l635882bdffec1cb86abfcb60fd0755d1});var infowindow = new google.maps.InfoWindow({content: $l635882bdffec1cb86abfcb60fd0755d1});google.maps.event.addListener(m_635882bdffec1cb86abfcb60fd0755d1, 'click', function() {infowindow.open(map,m_635882bdffec1cb86abfcb60fd0755d1);});$marker.push(m_635882bdffec1cb86abfcb60fd0755d1);}});}google.maps.event.addDomListener(window, 'load', initialize);