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.7737,-96.6783)};var g_2189cbf6a44f6b1663b9328edf808327 = new google.maps.Geocoder();g_2189cbf6a44f6b1663b9328edf808327.geocode( { 'address': "100 E 12th St, Ada, OK 74820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ada-OK-ada-national-loan').style.display = '';map = new google.maps.Map(document.getElementById('ada-OK-ada-national-loan'), mapOptions);}document.getElementById('c133e18f').innerHTML += ' | View Map';var $l2189cbf6a44f6b1663b9328edf808327 = '

Ada National Loan

Address: 100 E 12th St, Ada, OK 74820, USA
Phone: (580) 436-3443
';var m_2189cbf6a44f6b1663b9328edf808327 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ada National Loan',});m_2189cbf6a44f6b1663b9328edf808327['infowindow'] = new google.maps.InfoWindow({content: $l2189cbf6a44f6b1663b9328edf808327});var infowindow = new google.maps.InfoWindow({content: $l2189cbf6a44f6b1663b9328edf808327});google.maps.event.addListener(m_2189cbf6a44f6b1663b9328edf808327, 'click', function() {infowindow.open(map,m_2189cbf6a44f6b1663b9328edf808327);});$marker.push(m_2189cbf6a44f6b1663b9328edf808327);}});}google.maps.event.addDomListener(window, 'load', initialize);