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.7917,-80.1391)};var g_46c645d5b072179f1567d44fcb2c9b75 = new google.maps.Geocoder();g_46c645d5b072179f1567d44fcb2c9b75.geocode( { 'address': "1680 Michigan Ave # 1001, Miami Beach, FL 33139, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-beach-FL-halpern--associates-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('miami-beach-FL-halpern--associates-mortgage-corp'), mapOptions);}document.getElementById('ba35db7f').innerHTML += ' | View Map';var $l46c645d5b072179f1567d44fcb2c9b75 = '

Halpern & Associates Mortgage Corp

Address: 1680 Michigan Ave # 1001, Miami Beach, FL 33139, USA
Phone: (305) 535-2230
';var m_46c645d5b072179f1567d44fcb2c9b75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Halpern & Associates Mortgage Corp',});m_46c645d5b072179f1567d44fcb2c9b75['infowindow'] = new google.maps.InfoWindow({content: $l46c645d5b072179f1567d44fcb2c9b75});var infowindow = new google.maps.InfoWindow({content: $l46c645d5b072179f1567d44fcb2c9b75});google.maps.event.addListener(m_46c645d5b072179f1567d44fcb2c9b75, 'click', function() {infowindow.open(map,m_46c645d5b072179f1567d44fcb2c9b75);});$marker.push(m_46c645d5b072179f1567d44fcb2c9b75);}});}google.maps.event.addDomListener(window, 'load', initialize);