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(25.7504,-80.2294)};var g_00fa906486dd1ec189bb94dc65d4e1ad = new google.maps.Geocoder();g_00fa906486dd1ec189bb94dc65d4e1ad.geocode( { 'address': "2150 Coral Way #1b, Miami, FL 33145, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-gokapital-inc').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-gokapital-inc'), mapOptions);}document.getElementById('891c413f').innerHTML += ' | View Map';var $l00fa906486dd1ec189bb94dc65d4e1ad = '

GoKapital, Inc

Address: 2150 Coral Way #1b, Miami, FL 33145, USA
Phone: (866) 257-2973
';var m_00fa906486dd1ec189bb94dc65d4e1ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GoKapital, Inc',});m_00fa906486dd1ec189bb94dc65d4e1ad['infowindow'] = new google.maps.InfoWindow({content: $l00fa906486dd1ec189bb94dc65d4e1ad});var infowindow = new google.maps.InfoWindow({content: $l00fa906486dd1ec189bb94dc65d4e1ad});google.maps.event.addListener(m_00fa906486dd1ec189bb94dc65d4e1ad, 'click', function() {infowindow.open(map,m_00fa906486dd1ec189bb94dc65d4e1ad);});$marker.push(m_00fa906486dd1ec189bb94dc65d4e1ad);}});}google.maps.event.addDomListener(window, 'load', initialize);