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.7613,-80.1909)};var g_f87b1e48197b8e3fa7975e3aed8a4752 = new google.maps.Geocoder();g_f87b1e48197b8e3fa7975e3aed8a4752.geocode( { 'address': "1221 Brickell Ave #1170, Miami, FL 33131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-bmg-money-inc').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-bmg-money-inc'), mapOptions);}document.getElementById('a41ee93b').innerHTML += ' | View Map';var $lf87b1e48197b8e3fa7975e3aed8a4752 = '

BMG Money, Inc.

Address: 1221 Brickell Ave #1170, Miami, FL 33131, USA
Phone: (800) 316-8507
';var m_f87b1e48197b8e3fa7975e3aed8a4752 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMG Money, Inc.',});m_f87b1e48197b8e3fa7975e3aed8a4752['infowindow'] = new google.maps.InfoWindow({content: $lf87b1e48197b8e3fa7975e3aed8a4752});var infowindow = new google.maps.InfoWindow({content: $lf87b1e48197b8e3fa7975e3aed8a4752});google.maps.event.addListener(m_f87b1e48197b8e3fa7975e3aed8a4752, 'click', function() {infowindow.open(map,m_f87b1e48197b8e3fa7975e3aed8a4752);});$marker.push(m_f87b1e48197b8e3fa7975e3aed8a4752);}});}google.maps.event.addDomListener(window, 'load', initialize);