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(25.7606,-80.1913)};var g_9461ab031501b06ab5b76de6a8b4b0aa = new google.maps.Geocoder();g_9461ab031501b06ab5b76de6a8b4b0aa.geocode( { 'address': "Espírito Santo Plaza, 1395 Brickell Ave, Miami, FL 33131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-current-payment-solutions').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-current-payment-solutions'), mapOptions);}document.getElementById('322521af').innerHTML += ' | View Map';var $l9461ab031501b06ab5b76de6a8b4b0aa = '

Current Payment Solutions

Address: Espírito Santo Plaza, 1395 Brickell Ave, Miami, FL 33131, USA
Phone: (800) 719-8223
';var m_9461ab031501b06ab5b76de6a8b4b0aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Current Payment Solutions',});m_9461ab031501b06ab5b76de6a8b4b0aa['infowindow'] = new google.maps.InfoWindow({content: $l9461ab031501b06ab5b76de6a8b4b0aa});var infowindow = new google.maps.InfoWindow({content: $l9461ab031501b06ab5b76de6a8b4b0aa});google.maps.event.addListener(m_9461ab031501b06ab5b76de6a8b4b0aa, 'click', function() {infowindow.open(map,m_9461ab031501b06ab5b76de6a8b4b0aa);});$marker.push(m_9461ab031501b06ab5b76de6a8b4b0aa);}});}google.maps.event.addDomListener(window, 'load', initialize);