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(29.2824,-81.0831)};var g_40557c6d9ed006bfb403afa50473a40c = new google.maps.Geocoder();g_40557c6d9ed006bfb403afa50473a40c.geocode( { 'address': "115 N Nova Rd, Ormond Beach, FL 32174, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ormond-beach-FL-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('ormond-beach-FL-trustco-bank'), mapOptions);}document.getElementById('4ac74942').innerHTML += ' | View Map';var $l40557c6d9ed006bfb403afa50473a40c = '

Trustco Bank

Address: 115 N Nova Rd, Ormond Beach, FL 32174, USA
Phone: (386) 256-3813
';var m_40557c6d9ed006bfb403afa50473a40c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustco Bank',});m_40557c6d9ed006bfb403afa50473a40c['infowindow'] = new google.maps.InfoWindow({content: $l40557c6d9ed006bfb403afa50473a40c});var infowindow = new google.maps.InfoWindow({content: $l40557c6d9ed006bfb403afa50473a40c});google.maps.event.addListener(m_40557c6d9ed006bfb403afa50473a40c, 'click', function() {infowindow.open(map,m_40557c6d9ed006bfb403afa50473a40c);});$marker.push(m_40557c6d9ed006bfb403afa50473a40c);}});}google.maps.event.addDomListener(window, 'load', initialize);