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.9775,-82.783)};var g_40ac95aeec79dd0944f40d8d4525fc9b = new google.maps.Geocoder();g_40ac95aeec79dd0944f40d8d4525fc9b.geocode( { 'address': "4790 140th Ave N, Clearwater, FL 33762"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearwater-FL-us-ameri-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('clearwater-FL-us-ameri-bancorp-inc'), mapOptions);}document.getElementById('a0d12db0').innerHTML += ' | View Map';var $l40ac95aeec79dd0944f40d8d4525fc9b = '

US Ameri Bancorp Inc

Address: 4790 140th Ave N, Clearwater, FL 33762
Phone: (727) 584-1100
';var m_40ac95aeec79dd0944f40d8d4525fc9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Ameri Bancorp Inc',});m_40ac95aeec79dd0944f40d8d4525fc9b['infowindow'] = new google.maps.InfoWindow({content: $l40ac95aeec79dd0944f40d8d4525fc9b});var infowindow = new google.maps.InfoWindow({content: $l40ac95aeec79dd0944f40d8d4525fc9b});google.maps.event.addListener(m_40ac95aeec79dd0944f40d8d4525fc9b, 'click', function() {infowindow.open(map,m_40ac95aeec79dd0944f40d8d4525fc9b);});$marker.push(m_40ac95aeec79dd0944f40d8d4525fc9b);}});}google.maps.event.addDomListener(window, 'load', initialize);