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(42.5966,-97.6486)};var g_d168f6ff40ce29c980fd0c4dc134c81a = new google.maps.Geocoder();g_d168f6ff40ce29c980fd0c4dc134c81a.geocode( { 'address': "208 W Bazile St, Bloomfield, NE 68718"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-NE-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-NE-first-national-bank'), mapOptions);}document.getElementById('f9a733bc').innerHTML += ' | View Map';var $ld168f6ff40ce29c980fd0c4dc134c81a = '

First National Bank

Address: 208 W Bazile St, Bloomfield, NE 68718
Phone: (402) 373-4699
';var m_d168f6ff40ce29c980fd0c4dc134c81a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_d168f6ff40ce29c980fd0c4dc134c81a['infowindow'] = new google.maps.InfoWindow({content: $ld168f6ff40ce29c980fd0c4dc134c81a});var infowindow = new google.maps.InfoWindow({content: $ld168f6ff40ce29c980fd0c4dc134c81a});google.maps.event.addListener(m_d168f6ff40ce29c980fd0c4dc134c81a, 'click', function() {infowindow.open(map,m_d168f6ff40ce29c980fd0c4dc134c81a);});$marker.push(m_d168f6ff40ce29c980fd0c4dc134c81a);}});}google.maps.event.addDomListener(window, 'load', initialize);