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.9439,-81.2838)};var g_581fab6890c15fc38e114c62289fa20a = new google.maps.Geocoder();g_581fab6890c15fc38e114c62289fa20a.geocode( { 'address': "101 Northlake Dr, Orange City, FL 32763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-city-FL-mainstreet-community-bank-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('orange-city-FL-mainstreet-community-bank-of-florida'), mapOptions);}document.getElementById('1ea144e6').innerHTML += ' | View Map';var $l581fab6890c15fc38e114c62289fa20a = '

Mainstreet Community Bank of Florida

Address: 101 Northlake Dr, Orange City, FL 32763, USA
Phone: (386) 960-1200
';var m_581fab6890c15fc38e114c62289fa20a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mainstreet Community Bank of Florida',});m_581fab6890c15fc38e114c62289fa20a['infowindow'] = new google.maps.InfoWindow({content: $l581fab6890c15fc38e114c62289fa20a});var infowindow = new google.maps.InfoWindow({content: $l581fab6890c15fc38e114c62289fa20a});google.maps.event.addListener(m_581fab6890c15fc38e114c62289fa20a, 'click', function() {infowindow.open(map,m_581fab6890c15fc38e114c62289fa20a);});$marker.push(m_581fab6890c15fc38e114c62289fa20a);}});}google.maps.event.addDomListener(window, 'load', initialize);