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.5384,-81.3747)};var g_7c7b8ecb4103d42ead56a8849982855b = new google.maps.Geocoder();g_7c7b8ecb4103d42ead56a8849982855b.geocode( { 'address': "12285 S Orange Blossom Trl, Orlando, FL 32837"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-center-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-center-state-bank'), mapOptions);}document.getElementById('955eeee1').innerHTML += ' | View Map';var $l7c7b8ecb4103d42ead56a8849982855b = '

Center State Bank

Address: 12285 S Orange Blossom Trl, Orlando, FL 32837
Phone: (407) 846-2678
';var m_7c7b8ecb4103d42ead56a8849982855b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Center State Bank',});m_7c7b8ecb4103d42ead56a8849982855b['infowindow'] = new google.maps.InfoWindow({content: $l7c7b8ecb4103d42ead56a8849982855b});var infowindow = new google.maps.InfoWindow({content: $l7c7b8ecb4103d42ead56a8849982855b});google.maps.event.addListener(m_7c7b8ecb4103d42ead56a8849982855b, 'click', function() {infowindow.open(map,m_7c7b8ecb4103d42ead56a8849982855b);});$marker.push(m_7c7b8ecb4103d42ead56a8849982855b);}});}google.maps.event.addDomListener(window, 'load', initialize);