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.9655,-80.1252)};var g_0ebacf43a429d8992a0ff3f0d0762189 = new google.maps.Geocoder();g_0ebacf43a429d8992a0ff3f0d0762189.geocode( { 'address': "20201 E Country Club Dr #2603, Miami, FL 33180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-shoreline-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-shoreline-mortgage-corporation'), mapOptions);}document.getElementById('0e0da91e').innerHTML += ' | View Map';var $l0ebacf43a429d8992a0ff3f0d0762189 = '

Shoreline Mortgage Corporation

Address: 20201 E Country Club Dr #2603, Miami, FL 33180, USA
Phone: (305) 454-0069
';var m_0ebacf43a429d8992a0ff3f0d0762189 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shoreline Mortgage Corporation',});m_0ebacf43a429d8992a0ff3f0d0762189['infowindow'] = new google.maps.InfoWindow({content: $l0ebacf43a429d8992a0ff3f0d0762189});var infowindow = new google.maps.InfoWindow({content: $l0ebacf43a429d8992a0ff3f0d0762189});google.maps.event.addListener(m_0ebacf43a429d8992a0ff3f0d0762189, 'click', function() {infowindow.open(map,m_0ebacf43a429d8992a0ff3f0d0762189);});$marker.push(m_0ebacf43a429d8992a0ff3f0d0762189);}});}google.maps.event.addDomListener(window, 'load', initialize);