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.951,-95.8851)};var g_cc535d6609c5a9ed0fec0f30ba78b7fd = new google.maps.Geocoder();g_cc535d6609c5a9ed0fec0f30ba78b7fd.geocode( { 'address': "11122 S Memorial Dr, Bixby, OK 74008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bixby-OK-midfirst-bank').style.display = '';map = new google.maps.Map(document.getElementById('bixby-OK-midfirst-bank'), mapOptions);}document.getElementById('7f80e7fb').innerHTML += ' | View Map';var $lcc535d6609c5a9ed0fec0f30ba78b7fd = '

MidFirst Bank

Address: 11122 S Memorial Dr, Bixby, OK 74008
Phone: (918) 369-4090
';var m_cc535d6609c5a9ed0fec0f30ba78b7fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidFirst Bank',});m_cc535d6609c5a9ed0fec0f30ba78b7fd['infowindow'] = new google.maps.InfoWindow({content: $lcc535d6609c5a9ed0fec0f30ba78b7fd});var infowindow = new google.maps.InfoWindow({content: $lcc535d6609c5a9ed0fec0f30ba78b7fd});google.maps.event.addListener(m_cc535d6609c5a9ed0fec0f30ba78b7fd, 'click', function() {infowindow.open(map,m_cc535d6609c5a9ed0fec0f30ba78b7fd);});$marker.push(m_cc535d6609c5a9ed0fec0f30ba78b7fd);}});}google.maps.event.addDomListener(window, 'load', initialize);