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.7761,-80.1884)};var g_ecb3b1db287833501f2e212147566089 = new google.maps.Geocoder();g_ecb3b1db287833501f2e212147566089.geocode( { 'address': "141 NE 3rd Ave, Miami, FL 33132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-wg-financing').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-wg-financing'), mapOptions);}document.getElementById('82230b1b').innerHTML += ' | View Map';var $lecb3b1db287833501f2e212147566089 = '

WG Financing

Address: 141 NE 3rd Ave, Miami, FL 33132, USA
Phone: (866) 881-1128
';var m_ecb3b1db287833501f2e212147566089 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WG Financing',});m_ecb3b1db287833501f2e212147566089['infowindow'] = new google.maps.InfoWindow({content: $lecb3b1db287833501f2e212147566089});var infowindow = new google.maps.InfoWindow({content: $lecb3b1db287833501f2e212147566089});google.maps.event.addListener(m_ecb3b1db287833501f2e212147566089, 'click', function() {infowindow.open(map,m_ecb3b1db287833501f2e212147566089);});$marker.push(m_ecb3b1db287833501f2e212147566089);}});}google.maps.event.addDomListener(window, 'load', initialize);