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.8681,-80.3852)};var g_285c595717332b49cfb72d1d48a5a962 = new google.maps.Geocoder();g_285c595717332b49cfb72d1d48a5a962.geocode( { 'address': "11690 NW 105th St, Medley, FL 33178, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medley-FL-ryder-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('medley-FL-ryder-credit-union'), mapOptions);}document.getElementById('97f384c1').innerHTML += ' | View Map';var $l285c595717332b49cfb72d1d48a5a962 = '

Ryder Credit Union

Address: 11690 NW 105th St, Medley, FL 33178, USA
Phone: (305) 500-4000
';var m_285c595717332b49cfb72d1d48a5a962 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ryder Credit Union',});m_285c595717332b49cfb72d1d48a5a962['infowindow'] = new google.maps.InfoWindow({content: $l285c595717332b49cfb72d1d48a5a962});var infowindow = new google.maps.InfoWindow({content: $l285c595717332b49cfb72d1d48a5a962});google.maps.event.addListener(m_285c595717332b49cfb72d1d48a5a962, 'click', function() {infowindow.open(map,m_285c595717332b49cfb72d1d48a5a962);});$marker.push(m_285c595717332b49cfb72d1d48a5a962);}});}google.maps.event.addDomListener(window, 'load', initialize);