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(34.2861,-83.8203)};var g_589028a9f7c4f86f4c72250d45dea070 = new google.maps.Geocoder();g_589028a9f7c4f86f4c72250d45dea070.geocode( { 'address': "1216 Aviation Blvd, Gainesville, GA 30501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-GA-banco-latino').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-GA-banco-latino'), mapOptions);}document.getElementById('cde606a9').innerHTML += ' | View Map';var $l589028a9f7c4f86f4c72250d45dea070 = '

Banco Latino

Address: 1216 Aviation Blvd, Gainesville, GA 30501
Phone: (770) 536-4909
';var m_589028a9f7c4f86f4c72250d45dea070 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banco Latino',});m_589028a9f7c4f86f4c72250d45dea070['infowindow'] = new google.maps.InfoWindow({content: $l589028a9f7c4f86f4c72250d45dea070});var infowindow = new google.maps.InfoWindow({content: $l589028a9f7c4f86f4c72250d45dea070});google.maps.event.addListener(m_589028a9f7c4f86f4c72250d45dea070, 'click', function() {infowindow.open(map,m_589028a9f7c4f86f4c72250d45dea070);});$marker.push(m_589028a9f7c4f86f4c72250d45dea070);}});}google.maps.event.addDomListener(window, 'load', initialize);