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.2072,-97.4463)};var g_f2617d00a4f462b47ee02e168ae3273b = new google.maps.Geocoder();g_f2617d00a4f462b47ee02e168ae3273b.geocode( { 'address': "2200 Alameda St, Norman, OK 73071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norman-OK-great-nations-bank').style.display = '';map = new google.maps.Map(document.getElementById('norman-OK-great-nations-bank'), mapOptions);}document.getElementById('b38fa74d').innerHTML += ' | View Map';var $lf2617d00a4f462b47ee02e168ae3273b = '

Great Nations Bank

Address: 2200 Alameda St, Norman, OK 73071
Phone: (405) 310-4900
';var m_f2617d00a4f462b47ee02e168ae3273b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Nations Bank',});m_f2617d00a4f462b47ee02e168ae3273b['infowindow'] = new google.maps.InfoWindow({content: $lf2617d00a4f462b47ee02e168ae3273b});var infowindow = new google.maps.InfoWindow({content: $lf2617d00a4f462b47ee02e168ae3273b});google.maps.event.addListener(m_f2617d00a4f462b47ee02e168ae3273b, 'click', function() {infowindow.open(map,m_f2617d00a4f462b47ee02e168ae3273b);});$marker.push(m_f2617d00a4f462b47ee02e168ae3273b);}});}google.maps.event.addDomListener(window, 'load', initialize);