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.757,-81.3592)};var g_6dbaf97c226b4933b3869709eb5087b5 = new google.maps.Geocoder();g_6dbaf97c226b4933b3869709eb5087b5.geocode( { 'address': "875 Currency Cir, Lake Mary, FL 32746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-mary-FL-united-financial-bank-florida').style.display = '';map = new google.maps.Map(document.getElementById('lake-mary-FL-united-financial-bank-florida'), mapOptions);}document.getElementById('3d860153').innerHTML += ' | View Map';var $l6dbaf97c226b4933b3869709eb5087b5 = '

United Financial Bank-Florida

Address: 875 Currency Cir, Lake Mary, FL 32746, USA
Phone: (407) 268-7400
';var m_6dbaf97c226b4933b3869709eb5087b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Financial Bank-Florida',});m_6dbaf97c226b4933b3869709eb5087b5['infowindow'] = new google.maps.InfoWindow({content: $l6dbaf97c226b4933b3869709eb5087b5});var infowindow = new google.maps.InfoWindow({content: $l6dbaf97c226b4933b3869709eb5087b5});google.maps.event.addListener(m_6dbaf97c226b4933b3869709eb5087b5, 'click', function() {infowindow.open(map,m_6dbaf97c226b4933b3869709eb5087b5);});$marker.push(m_6dbaf97c226b4933b3869709eb5087b5);}});}google.maps.event.addDomListener(window, 'load', initialize);