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.3596,-96.9125)};var g_faf743ecf661c0daf83e52c4cd0811be = new google.maps.Geocoder();g_faf743ecf661c0daf83e52c4cd0811be.geocode( { 'address': "2512 N Harrison St, Shawnee, OK 74804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shawnee-OK-ibc-bank').style.display = '';map = new google.maps.Map(document.getElementById('shawnee-OK-ibc-bank'), mapOptions);}document.getElementById('01a6af9f').innerHTML += ' | View Map';var $lfaf743ecf661c0daf83e52c4cd0811be = '

IBC Bank

Address: 2512 N Harrison St, Shawnee, OK 74804, USA
Phone: (405) 775-8067
';var m_faf743ecf661c0daf83e52c4cd0811be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBC Bank',});m_faf743ecf661c0daf83e52c4cd0811be['infowindow'] = new google.maps.InfoWindow({content: $lfaf743ecf661c0daf83e52c4cd0811be});var infowindow = new google.maps.InfoWindow({content: $lfaf743ecf661c0daf83e52c4cd0811be});google.maps.event.addListener(m_faf743ecf661c0daf83e52c4cd0811be, 'click', function() {infowindow.open(map,m_faf743ecf661c0daf83e52c4cd0811be);});$marker.push(m_faf743ecf661c0daf83e52c4cd0811be);}});}google.maps.event.addDomListener(window, 'load', initialize);