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(46.8394,-100.772)};var g_6213c71929478b6062b5fe5946c43970 = new google.maps.Geocoder();g_6213c71929478b6062b5fe5946c43970.geocode( { 'address': "3000 N 14th St, Bismarck, ND 58503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bismarck-ND-security-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('bismarck-ND-security-first-bank'), mapOptions);}document.getElementById('ec146a47').innerHTML += ' | View Map';var $l6213c71929478b6062b5fe5946c43970 = '

Security First Bank

Address: 3000 N 14th St, Bismarck, ND 58503, USA
Phone: (701) 222-4444
';var m_6213c71929478b6062b5fe5946c43970 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security First Bank',});m_6213c71929478b6062b5fe5946c43970['infowindow'] = new google.maps.InfoWindow({content: $l6213c71929478b6062b5fe5946c43970});var infowindow = new google.maps.InfoWindow({content: $l6213c71929478b6062b5fe5946c43970});google.maps.event.addListener(m_6213c71929478b6062b5fe5946c43970, 'click', function() {infowindow.open(map,m_6213c71929478b6062b5fe5946c43970);});$marker.push(m_6213c71929478b6062b5fe5946c43970);}});}google.maps.event.addDomListener(window, 'load', initialize);