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.7778,-81.3507)};var g_38d08c1c0ff579873c6f676d8b6f170c = new google.maps.Geocoder();g_38d08c1c0ff579873c6f676d8b6f170c.geocode( { 'address': "773 Stirling Center Pl, Lake Mary, FL 32746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-mary-FL-christian-financial-resources-inc').style.display = '';map = new google.maps.Map(document.getElementById('lake-mary-FL-christian-financial-resources-inc'), mapOptions);}document.getElementById('c3e557aa').innerHTML += ' | View Map';var $l38d08c1c0ff579873c6f676d8b6f170c = '

Christian Financial Resources, Inc.

Address: 773 Stirling Center Pl, Lake Mary, FL 32746, USA
Phone: (407) 268-5000
';var m_38d08c1c0ff579873c6f676d8b6f170c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Christian Financial Resources, Inc.',});m_38d08c1c0ff579873c6f676d8b6f170c['infowindow'] = new google.maps.InfoWindow({content: $l38d08c1c0ff579873c6f676d8b6f170c});var infowindow = new google.maps.InfoWindow({content: $l38d08c1c0ff579873c6f676d8b6f170c});google.maps.event.addListener(m_38d08c1c0ff579873c6f676d8b6f170c, 'click', function() {infowindow.open(map,m_38d08c1c0ff579873c6f676d8b6f170c);});$marker.push(m_38d08c1c0ff579873c6f676d8b6f170c);}});}google.maps.event.addDomListener(window, 'load', initialize);