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.819,-100.781)};var g_67c6a1e7ce56d3d6fa748ab6d9af3fd7 = new google.maps.Geocoder();g_67c6a1e7ce56d3d6fa748ab6d9af3fd7.geocode( { 'address': "3000 N 14th St, Bismarck, ND 58503"}, 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('a6652adf').innerHTML += ' | View Map';var $l67c6a1e7ce56d3d6fa748ab6d9af3fd7 = '

Security First Bank

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