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.5642,-80.7989)};var g_cb3a8b6a2e2c8dd5af19eb63695a6dd3 = new google.maps.Geocoder();g_cb3a8b6a2e2c8dd5af19eb63695a6dd3.geocode( { 'address': "4250 S Washington Ave, Titusville, FL 32780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('titusville-FL-bank-first').style.display = '';map = new google.maps.Map(document.getElementById('titusville-FL-bank-first'), mapOptions);}document.getElementById('ad20cd4c').innerHTML += ' | View Map';var $lcb3a8b6a2e2c8dd5af19eb63695a6dd3 = '

Bank First

Address: 4250 S Washington Ave, Titusville, FL 32780, USA
Phone: (321) 269-4001
';var m_cb3a8b6a2e2c8dd5af19eb63695a6dd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank First',});m_cb3a8b6a2e2c8dd5af19eb63695a6dd3['infowindow'] = new google.maps.InfoWindow({content: $lcb3a8b6a2e2c8dd5af19eb63695a6dd3});var infowindow = new google.maps.InfoWindow({content: $lcb3a8b6a2e2c8dd5af19eb63695a6dd3});google.maps.event.addListener(m_cb3a8b6a2e2c8dd5af19eb63695a6dd3, 'click', function() {infowindow.open(map,m_cb3a8b6a2e2c8dd5af19eb63695a6dd3);});$marker.push(m_cb3a8b6a2e2c8dd5af19eb63695a6dd3);}});}google.maps.event.addDomListener(window, 'load', initialize);