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(36.3681,-96.0214)};var g_44895ba66f4c02432a9ea77523364819 = new google.maps.Geocoder();g_44895ba66f4c02432a9ea77523364819.geocode( { 'address': "1525 W Rogers Blvd, Skiatook, OK 74070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('skiatook-OK-american-bank-of-oklahoma').style.display = '';map = new google.maps.Map(document.getElementById('skiatook-OK-american-bank-of-oklahoma'), mapOptions);}document.getElementById('d704a9ba').innerHTML += ' | View Map';var $l44895ba66f4c02432a9ea77523364819 = '

American Bank of Oklahoma

Address: 1525 W Rogers Blvd, Skiatook, OK 74070, USA
Phone: (800) 371-2595
';var m_44895ba66f4c02432a9ea77523364819 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank of Oklahoma',});m_44895ba66f4c02432a9ea77523364819['infowindow'] = new google.maps.InfoWindow({content: $l44895ba66f4c02432a9ea77523364819});var infowindow = new google.maps.InfoWindow({content: $l44895ba66f4c02432a9ea77523364819});google.maps.event.addListener(m_44895ba66f4c02432a9ea77523364819, 'click', function() {infowindow.open(map,m_44895ba66f4c02432a9ea77523364819);});$marker.push(m_44895ba66f4c02432a9ea77523364819);}});}google.maps.event.addDomListener(window, 'load', initialize);