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(26.6642,-80.2687)};var g_2d454d961f764521463153db6e93633c = new google.maps.Geocoder();g_2d454d961f764521463153db6e93633c.geocode( { 'address': "13889 Wellington Trace A2, Wellington, FL 33414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellington-FL-gold-star-mortgage-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('wellington-FL-gold-star-mortgage-financial-group'), mapOptions);}document.getElementById('5550846a').innerHTML += ' | View Map';var $l2d454d961f764521463153db6e93633c = '

Gold Star Mortgage Financial Group

Address: 13889 Wellington Trace A2, Wellington, FL 33414, USA
Phone: (561) 676-8355
';var m_2d454d961f764521463153db6e93633c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Star Mortgage Financial Group',});m_2d454d961f764521463153db6e93633c['infowindow'] = new google.maps.InfoWindow({content: $l2d454d961f764521463153db6e93633c});var infowindow = new google.maps.InfoWindow({content: $l2d454d961f764521463153db6e93633c});google.maps.event.addListener(m_2d454d961f764521463153db6e93633c, 'click', function() {infowindow.open(map,m_2d454d961f764521463153db6e93633c);});$marker.push(m_2d454d961f764521463153db6e93633c);}});}google.maps.event.addDomListener(window, 'load', initialize);