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.7327,-80.3168)};var g_d8a9942b4eb7099d4efb5c636579c84f = new google.maps.Geocoder();g_d8a9942b4eb7099d4efb5c636579c84f.geocode( { 'address': "7480 SW 40th St #810, Miami, FL 33155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-union-mortgage-investment-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-union-mortgage-investment-group-inc'), mapOptions);}document.getElementById('0bffabd9').innerHTML += ' | View Map';var $ld8a9942b4eb7099d4efb5c636579c84f = '

Union Mortgage Investment Group, Inc.

Address: 7480 SW 40th St #810, Miami, FL 33155, USA
Phone: (305) 598-9896
';var m_d8a9942b4eb7099d4efb5c636579c84f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Mortgage Investment Group, Inc.',});m_d8a9942b4eb7099d4efb5c636579c84f['infowindow'] = new google.maps.InfoWindow({content: $ld8a9942b4eb7099d4efb5c636579c84f});var infowindow = new google.maps.InfoWindow({content: $ld8a9942b4eb7099d4efb5c636579c84f});google.maps.event.addListener(m_d8a9942b4eb7099d4efb5c636579c84f, 'click', function() {infowindow.open(map,m_d8a9942b4eb7099d4efb5c636579c84f);});$marker.push(m_d8a9942b4eb7099d4efb5c636579c84f);}});}google.maps.event.addDomListener(window, 'load', initialize);