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.7791,-80.1977)};var g_da08a1d5b8f673d4ceaad3b9ef9a17de = new google.maps.Geocoder();g_da08a1d5b8f673d4ceaad3b9ef9a17de.geocode( { 'address': "12496 NW 25th St, Miami, FL 33182"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-commerce-bank'), mapOptions);}document.getElementById('1663b417').innerHTML += ' | View Map';var $lda08a1d5b8f673d4ceaad3b9ef9a17de = '

Commerce Bank

Address: 12496 NW 25th St, Miami, FL 33182
Phone: (305) 629-1546
';var m_da08a1d5b8f673d4ceaad3b9ef9a17de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank',});m_da08a1d5b8f673d4ceaad3b9ef9a17de['infowindow'] = new google.maps.InfoWindow({content: $lda08a1d5b8f673d4ceaad3b9ef9a17de});var infowindow = new google.maps.InfoWindow({content: $lda08a1d5b8f673d4ceaad3b9ef9a17de});google.maps.event.addListener(m_da08a1d5b8f673d4ceaad3b9ef9a17de, 'click', function() {infowindow.open(map,m_da08a1d5b8f673d4ceaad3b9ef9a17de);});$marker.push(m_da08a1d5b8f673d4ceaad3b9ef9a17de);}});}google.maps.event.addDomListener(window, 'load', initialize);