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.7767,-81.3571)};var g_6fd72fff64d6a609c3507b05c11a971d = new google.maps.Geocoder();g_6fd72fff64d6a609c3507b05c11a971d.geocode( { 'address': "300 Colonial Center Pkwy Suite 134, Lake Mary, FL 32746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-mary-FL-fbc-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('lake-mary-FL-fbc-mortgage-llc'), mapOptions);}document.getElementById('d8d3d951').innerHTML += ' | View Map';var $l6fd72fff64d6a609c3507b05c11a971d = '

FBC Mortgage, LLC

Address: 300 Colonial Center Pkwy Suite 134, Lake Mary, FL 32746, USA
Phone: (407) 620-6664
';var m_6fd72fff64d6a609c3507b05c11a971d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FBC Mortgage, LLC',});m_6fd72fff64d6a609c3507b05c11a971d['infowindow'] = new google.maps.InfoWindow({content: $l6fd72fff64d6a609c3507b05c11a971d});var infowindow = new google.maps.InfoWindow({content: $l6fd72fff64d6a609c3507b05c11a971d});google.maps.event.addListener(m_6fd72fff64d6a609c3507b05c11a971d, 'click', function() {infowindow.open(map,m_6fd72fff64d6a609c3507b05c11a971d);});$marker.push(m_6fd72fff64d6a609c3507b05c11a971d);}});}google.maps.event.addDomListener(window, 'load', initialize);