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.9811,-82.343)};var g_9bdc7811df102dd1b1bed4b8c4b9a475 = new google.maps.Geocoder();g_9bdc7811df102dd1b1bed4b8c4b9a475.geocode( { 'address': "250 S West Shore Blvd, Tampa, FL 33609"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-florida-currency-exchange').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-florida-currency-exchange'), mapOptions);}document.getElementById('7bc588b0').innerHTML += ' | View Map';var $l9bdc7811df102dd1b1bed4b8c4b9a475 = '

Florida Currency Exchange

Address: 250 S West Shore Blvd, Tampa, FL 33609
Phone: (813) 637-9500
';var m_9bdc7811df102dd1b1bed4b8c4b9a475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida Currency Exchange',});m_9bdc7811df102dd1b1bed4b8c4b9a475['infowindow'] = new google.maps.InfoWindow({content: $l9bdc7811df102dd1b1bed4b8c4b9a475});var infowindow = new google.maps.InfoWindow({content: $l9bdc7811df102dd1b1bed4b8c4b9a475});google.maps.event.addListener(m_9bdc7811df102dd1b1bed4b8c4b9a475, 'click', function() {infowindow.open(map,m_9bdc7811df102dd1b1bed4b8c4b9a475);});$marker.push(m_9bdc7811df102dd1b1bed4b8c4b9a475);}});}google.maps.event.addDomListener(window, 'load', initialize);