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(35.9571,-95.3695)};var g_9a2b00452de2b0c7fda81c5066609acb = new google.maps.Geocoder();g_9a2b00452de2b0c7fda81c5066609acb.geocode( { 'address': "201 E Cherokee St, Wagoner, OK 74467"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wagoner-OK-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('wagoner-OK-american-bank'), mapOptions);}document.getElementById('21b8e044').innerHTML += ' | View Map';var $l9a2b00452de2b0c7fda81c5066609acb = '

American Bank

Address: 201 E Cherokee St, Wagoner, OK 74467
Phone: (918) 485-5555
';var m_9a2b00452de2b0c7fda81c5066609acb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank',});m_9a2b00452de2b0c7fda81c5066609acb['infowindow'] = new google.maps.InfoWindow({content: $l9a2b00452de2b0c7fda81c5066609acb});var infowindow = new google.maps.InfoWindow({content: $l9a2b00452de2b0c7fda81c5066609acb});google.maps.event.addListener(m_9a2b00452de2b0c7fda81c5066609acb, 'click', function() {infowindow.open(map,m_9a2b00452de2b0c7fda81c5066609acb);});$marker.push(m_9a2b00452de2b0c7fda81c5066609acb);}});}google.maps.event.addDomListener(window, 'load', initialize);