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(30.139,-81.53)};var g_a71cdf423ea5906c5fa85fff95d90360 = new google.maps.Geocoder();g_a71cdf423ea5906c5fa85fff95d90360.geocode( { 'address': "12740 Gran Bay Pkwy, Jacksonville, FL 32258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-embrace-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-embrace-home-loans'), mapOptions);}document.getElementById('67c05cb3').innerHTML += ' | View Map';var $la71cdf423ea5906c5fa85fff95d90360 = '

Embrace Home Loans

Address: 12740 Gran Bay Pkwy, Jacksonville, FL 32258, USA
Phone: (904) 292-5333
';var m_a71cdf423ea5906c5fa85fff95d90360 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Embrace Home Loans',});m_a71cdf423ea5906c5fa85fff95d90360['infowindow'] = new google.maps.InfoWindow({content: $la71cdf423ea5906c5fa85fff95d90360});var infowindow = new google.maps.InfoWindow({content: $la71cdf423ea5906c5fa85fff95d90360});google.maps.event.addListener(m_a71cdf423ea5906c5fa85fff95d90360, 'click', function() {infowindow.open(map,m_a71cdf423ea5906c5fa85fff95d90360);});$marker.push(m_a71cdf423ea5906c5fa85fff95d90360);}});}google.maps.event.addDomListener(window, 'load', initialize);