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(36.1133,-96.1174)};var g_54e0f485f4daf036e45e7ec3e246ef67 = new google.maps.Geocoder();g_54e0f485f4daf036e45e7ec3e246ef67.geocode( { 'address': "3402 OK-97, Sand Springs, OK 74063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sand-springs-OK-ibc-bank').style.display = '';map = new google.maps.Map(document.getElementById('sand-springs-OK-ibc-bank'), mapOptions);}document.getElementById('47ba292b').innerHTML += ' | View Map';var $l54e0f485f4daf036e45e7ec3e246ef67 = '

IBC Bank

Address: 3402 OK-97, Sand Springs, OK 74063, USA
Phone: (918) 497-2457
';var m_54e0f485f4daf036e45e7ec3e246ef67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBC Bank',});m_54e0f485f4daf036e45e7ec3e246ef67['infowindow'] = new google.maps.InfoWindow({content: $l54e0f485f4daf036e45e7ec3e246ef67});var infowindow = new google.maps.InfoWindow({content: $l54e0f485f4daf036e45e7ec3e246ef67});google.maps.event.addListener(m_54e0f485f4daf036e45e7ec3e246ef67, 'click', function() {infowindow.open(map,m_54e0f485f4daf036e45e7ec3e246ef67);});$marker.push(m_54e0f485f4daf036e45e7ec3e246ef67);}});}google.maps.event.addDomListener(window, 'load', initialize);