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(26.5801,-81.879)};var g_35ee583738a9cb79906a43e8ca2bcd7b = new google.maps.Geocoder();g_35ee583738a9cb79906a43e8ca2bcd7b.geocode( { 'address': "5220 Summerlin Commons Blvd, Fort Myers, FL 33907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-valley-national-bank'), mapOptions);}document.getElementById('19035fd6').innerHTML += ' | View Map';var $l35ee583738a9cb79906a43e8ca2bcd7b = '

Valley National Bank

Address: 5220 Summerlin Commons Blvd, Fort Myers, FL 33907, USA
Phone: (239) 243-9097
';var m_35ee583738a9cb79906a43e8ca2bcd7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_35ee583738a9cb79906a43e8ca2bcd7b['infowindow'] = new google.maps.InfoWindow({content: $l35ee583738a9cb79906a43e8ca2bcd7b});var infowindow = new google.maps.InfoWindow({content: $l35ee583738a9cb79906a43e8ca2bcd7b});google.maps.event.addListener(m_35ee583738a9cb79906a43e8ca2bcd7b, 'click', function() {infowindow.open(map,m_35ee583738a9cb79906a43e8ca2bcd7b);});$marker.push(m_35ee583738a9cb79906a43e8ca2bcd7b);}});}google.maps.event.addDomListener(window, 'load', initialize);