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.0042,-96.3725)};var g_a0d1473a7a1f81e995cdd14c3f67eacd = new google.maps.Geocoder();g_a0d1473a7a1f81e995cdd14c3f67eacd.geocode( { 'address': "1410 N 1st Ave, Durant, OK 74701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durant-OK-first-united-bank---durant-campus').style.display = '';map = new google.maps.Map(document.getElementById('durant-OK-first-united-bank---durant-campus'), mapOptions);}document.getElementById('7fc49d2e').innerHTML += ' | View Map';var $la0d1473a7a1f81e995cdd14c3f67eacd = '

First United Bank - Durant Campus

Address: 1410 N 1st Ave, Durant, OK 74701, USA
Phone: (580) 931-0643
';var m_a0d1473a7a1f81e995cdd14c3f67eacd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United Bank - Durant Campus',});m_a0d1473a7a1f81e995cdd14c3f67eacd['infowindow'] = new google.maps.InfoWindow({content: $la0d1473a7a1f81e995cdd14c3f67eacd});var infowindow = new google.maps.InfoWindow({content: $la0d1473a7a1f81e995cdd14c3f67eacd});google.maps.event.addListener(m_a0d1473a7a1f81e995cdd14c3f67eacd, 'click', function() {infowindow.open(map,m_a0d1473a7a1f81e995cdd14c3f67eacd);});$marker.push(m_a0d1473a7a1f81e995cdd14c3f67eacd);}});}google.maps.event.addDomListener(window, 'load', initialize);