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_2ce217d7731633423261c5a17249f180 = new google.maps.Geocoder();g_2ce217d7731633423261c5a17249f180.geocode( { 'address': "2400 Alameda St, Norman, OK 73071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norman-OK-first-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('norman-OK-first-bank-trust'), mapOptions);}document.getElementById('9bc0aa6b').innerHTML += ' | View Map';var $l2ce217d7731633423261c5a17249f180 = '

First Bank & Trust

Address: 2400 Alameda St, Norman, OK 73071
Phone: (405) 366-1810
';var m_2ce217d7731633423261c5a17249f180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank & Trust',});m_2ce217d7731633423261c5a17249f180['infowindow'] = new google.maps.InfoWindow({content: $l2ce217d7731633423261c5a17249f180});var infowindow = new google.maps.InfoWindow({content: $l2ce217d7731633423261c5a17249f180});google.maps.event.addListener(m_2ce217d7731633423261c5a17249f180, 'click', function() {infowindow.open(map,m_2ce217d7731633423261c5a17249f180);});$marker.push(m_2ce217d7731633423261c5a17249f180);}});}google.maps.event.addDomListener(window, 'load', initialize);