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.4053,-97.8743)};var g_94df92c67698963892f60d2555502330 = new google.maps.Geocoder();g_94df92c67698963892f60d2555502330.geocode( { 'address': "3202 W Owen K Garriott Rd, Enid, OK 73703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enid-OK-nbc-oklahoma-bank').style.display = '';map = new google.maps.Map(document.getElementById('enid-OK-nbc-oklahoma-bank'), mapOptions);}document.getElementById('79a3d251').innerHTML += ' | View Map';var $l94df92c67698963892f60d2555502330 = '

NBC Oklahoma Bank

Address: 3202 W Owen K Garriott Rd, Enid, OK 73703
Phone: (580) 233-3512
';var m_94df92c67698963892f60d2555502330 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBC Oklahoma Bank',});m_94df92c67698963892f60d2555502330['infowindow'] = new google.maps.InfoWindow({content: $l94df92c67698963892f60d2555502330});var infowindow = new google.maps.InfoWindow({content: $l94df92c67698963892f60d2555502330});google.maps.event.addListener(m_94df92c67698963892f60d2555502330, 'click', function() {infowindow.open(map,m_94df92c67698963892f60d2555502330);});$marker.push(m_94df92c67698963892f60d2555502330);}});}google.maps.event.addDomListener(window, 'load', initialize);