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(34.633,-96.8418)};var g_7b32a0b871a4c9613e4ed8c23c06869a = new google.maps.Geocoder();g_7b32a0b871a4c9613e4ed8c23c06869a.geocode( { 'address': "131 W Main, Roff, OK 74865"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roff-OK-oklahoma-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('roff-OK-oklahoma-heritage-bank'), mapOptions);}document.getElementById('69b44689').innerHTML += ' | View Map';var $l7b32a0b871a4c9613e4ed8c23c06869a = '

Oklahoma Heritage Bank

Address: 131 W Main, Roff, OK 74865
Phone: (580) 456-7708
';var m_7b32a0b871a4c9613e4ed8c23c06869a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oklahoma Heritage Bank',});m_7b32a0b871a4c9613e4ed8c23c06869a['infowindow'] = new google.maps.InfoWindow({content: $l7b32a0b871a4c9613e4ed8c23c06869a});var infowindow = new google.maps.InfoWindow({content: $l7b32a0b871a4c9613e4ed8c23c06869a});google.maps.event.addListener(m_7b32a0b871a4c9613e4ed8c23c06869a, 'click', function() {infowindow.open(map,m_7b32a0b871a4c9613e4ed8c23c06869a);});$marker.push(m_7b32a0b871a4c9613e4ed8c23c06869a);}});}google.maps.event.addDomListener(window, 'load', initialize);