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(28.0154,-80.5348)};var g_966eaa9527eb956f0dc8788132986707 = new google.maps.Geocoder();g_966eaa9527eb956f0dc8788132986707.geocode( { 'address': "3830 S Hwy A1A #4, Melbourne Beach, FL 32951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melbourne-beach-FL-embassy-loans').style.display = '';map = new google.maps.Map(document.getElementById('melbourne-beach-FL-embassy-loans'), mapOptions);}document.getElementById('b225135e').innerHTML += ' | View Map';var $l966eaa9527eb956f0dc8788132986707 = '

Embassy Loans

Address: 3830 S Hwy A1A #4, Melbourne Beach, FL 32951, USA
Phone: (866) 277-5798
';var m_966eaa9527eb956f0dc8788132986707 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Embassy Loans',});m_966eaa9527eb956f0dc8788132986707['infowindow'] = new google.maps.InfoWindow({content: $l966eaa9527eb956f0dc8788132986707});var infowindow = new google.maps.InfoWindow({content: $l966eaa9527eb956f0dc8788132986707});google.maps.event.addListener(m_966eaa9527eb956f0dc8788132986707, 'click', function() {infowindow.open(map,m_966eaa9527eb956f0dc8788132986707);});$marker.push(m_966eaa9527eb956f0dc8788132986707);}});}google.maps.event.addDomListener(window, 'load', initialize);