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(27.6513,-80.4175)};var g_eb46c61f91aab8c2b002b288485fc118 = new google.maps.Geocoder();g_eb46c61f91aab8c2b002b288485fc118.geocode( { 'address': "2145 Indian River Blvd, Vero Beach, FL 32960"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vero-beach-FL-national-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('vero-beach-FL-national-bank-of-commerce'), mapOptions);}document.getElementById('14585a41').innerHTML += ' | View Map';var $leb46c61f91aab8c2b002b288485fc118 = '

National Bank Of Commerce

Address: 2145 Indian River Blvd, Vero Beach, FL 32960
Phone: (772) 584-3517
';var m_eb46c61f91aab8c2b002b288485fc118 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank Of Commerce',});m_eb46c61f91aab8c2b002b288485fc118['infowindow'] = new google.maps.InfoWindow({content: $leb46c61f91aab8c2b002b288485fc118});var infowindow = new google.maps.InfoWindow({content: $leb46c61f91aab8c2b002b288485fc118});google.maps.event.addListener(m_eb46c61f91aab8c2b002b288485fc118, 'click', function() {infowindow.open(map,m_eb46c61f91aab8c2b002b288485fc118);});$marker.push(m_eb46c61f91aab8c2b002b288485fc118);}});}google.maps.event.addDomListener(window, 'load', initialize);