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.8479,-82.0447)};var g_261408893f0adaea4af2b80df4303b4a = new google.maps.Geocoder();g_261408893f0adaea4af2b80df4303b4a.geocode( { 'address': "900 S Main St, Wildwood, FL 34785, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wildwood-FL-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('wildwood-FL-citizens-bank'), mapOptions);}document.getElementById('bf441ae0').innerHTML += ' | View Map';var $l261408893f0adaea4af2b80df4303b4a = '

Citizens Bank

Address: 900 S Main St, Wildwood, FL 34785, USA
Phone:
';var m_261408893f0adaea4af2b80df4303b4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_261408893f0adaea4af2b80df4303b4a['infowindow'] = new google.maps.InfoWindow({content: $l261408893f0adaea4af2b80df4303b4a});var infowindow = new google.maps.InfoWindow({content: $l261408893f0adaea4af2b80df4303b4a});google.maps.event.addListener(m_261408893f0adaea4af2b80df4303b4a, 'click', function() {infowindow.open(map,m_261408893f0adaea4af2b80df4303b4a);});$marker.push(m_261408893f0adaea4af2b80df4303b4a);}});}google.maps.event.addDomListener(window, 'load', initialize);